@import url("./font/iconfont.css");

body {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif;
  background-color: #fff;
  color: #666;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
li,
ol,
dl,
dd,
dt {
  list-style: none;
  margin: 0;
  padding: 0;
}

a:link,
a:visited {
  color: #666;
  text-decoration: none;
}

a:hover,
a:active {
  color: #f56c6c;
  text-decoration: none;
}

a.primary:link,
a.primary:visited {
  color: #007bff;
}

a.primary:hover,
a.primary:active {
  color: #f56c6c;
  text-decoration: none;
}

.color-success,
a.color-success {
  color: #67c23a;
}

.color-warning,
a.color-warning {
  color: #e6a23c;
}

.color-danger,
a.color-danger {
  color: #f56c6c;
}

.color-info,
a.color-info {
  color: #909399;
}

.color-brand,
a.color-brand {
  color: #409eff;
}

a.blod {
  font-weight: 700;
}

:focus {
  outline: none;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.mt {
  margin-top: 20px;
}

.no-scroll {
  overflow: hidden;
}

.view {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.view-top {
  width: 100%;
  background: #f5f5f5;
  border-bottom: 1px solid #e8e8e8;
}

.view-top .wrap {
  display: flex;
  align-items: center;
  height: 38px;
  font-size: 14px;
}

.view-top ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.view-top ul li {
  padding-right: 0.5em;
  margin-right: 0.5em;
  position: relative;
}

.view-top ul li::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  content: "";
  background: #ccc;
}

.view-top ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.view-top ul li:last-child::after {
  display: none;
}

.view-header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.view-header img {
  width: 100%;
}

.m_top,
.view-header button {
  display: none;
}

/* 栏目导航 */
.view-dh {
  width: 100%;
  background: #0952da;
  background: -webkit-linear-gradient(#0952da 50%, #0942ad 50%);
  background: -o-linear-gradient(#0952da 50%, #0942ad 50%);
  background: -moz-linear-gradient(#0952da 50%, #0942ad 50%);
  background: linear-gradient(#0952da 50%, #0942ad 50%);
  position: relative;
  z-index: 2;
}

.view-dh ul {
  height: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
}

.view-dh ul li {
  flex: 1;
  height: 48px;
  position: relative;
  background: url(../img/menu-right.png) right center no-repeat;
}

.view-dh ul li:last-child {
  background: none;
}

.view-dh ul li:last-child {
  background: unset;
}

.view-dh ul li>a {
  display: block;
  text-align: center;
  line-height: 48px;
  height: 48px;
  color: #fff;
}

.view-dh ul li>a.active,
.view-dh ul li>a:hover {
  color: #fff;
  background: #ffa63e;
  background: -webkit-linear-gradient(#ffa63e 50%, #ff7c03 50%);
  background: -o-linear-gradient(#ffa63e 50%, #ff7c03 50%);
  background: -moz-linear-gradient(#ffa63e 50%, #ff7c03 50%);
  background: linear-gradient(#ffa63e 50%, #ff7c03 50%);
}

.view-dh ul li>dl {
  position: absolute;
  top: inherit;
  left: 0;
  right: 0;
  background: #0952da;
  display: none;
}

.view-dh ul li>dl dd {
  border-top: 1px solid #0942ad;
}

.view-dh ul li>dl dd a {
  display: block;
  text-align: center;
  line-height: 32px;
  height: 32px;
  color: #fff;
  font-size: 14px;
}

.view-dh ul li>dl dd a:hover {
  color: #fff;
  background: #ffa63e;
}

.view-dh ul li:hover>a,
.view-dh ul li>a:hover {
  color: #fff;
  background: #ffa63e;
  background: -webkit-linear-gradient(#ffa63e 50%, #ff7c03 50%);
  background: -o-linear-gradient(#ffa63e 50%, #ff7c03 50%);
  background: -moz-linear-gradient(#ffa63e 50%, #ff7c03 50%);
  background: linear-gradient(#ffa63e 50%, #ff7c03 50%);
}

.view-dh ul li:hover>dl {
  display: block;
}

/* 广告位 */
.view-baner {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  text-align: center;
}

.view-baner .swiper-slide .img,
.view-baner .swiper-slide .mobile-img {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 0;
}

.view-baner .swiper-slide .img img,
.view-baner .swiper-slide .mobile-img img {
  width: 100%;
  height: 100%;
}

.view-baner .swiper-slide .mobile-img {
  display: none;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

/* 主体 */
.view-body {
  width: 100%;
}

/* 页面 */
.view-end {
  width: 100%;
  background: #9fc2e6;
  color: #333;
  font-size: 14px;
  text-indent: 3em;
  padding: .5em 0;
}

.view-footer {
  width: 100%;
  background: #0942ad;
  padding: 1.5em 0;
  color: #fff;
}

.view-footer_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 30px;
  font-size: 14px;
}

.view-footer_menu li {
  display: inline-block;
  padding-right: 1em;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  margin-right: 1em;
}

.view-footer_menu li a {
  color: rgba(255, 255, 255, 0.8);
}

.view-footer_menu li:last-child {
  padding-right: 0;
  border-right: unset;
  margin-right: 0;
}

.view-footer_menu a:hover {
  color: #fff;
}

.view-footer_body>* {
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 1.5em;
}

.view-footer_body .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.view-footer_body .info>* {
  margin-right: 1em;
}

.view-footer_body .info>*:last-child {
  margin: 0;
}

.view-footer_body a {
  color: rgba(255, 255, 255, 0.8);
}

.view-footer_body a:hover {
  color: #fff;
}

.category-list {
  height: 100%;
  background-color: #22b38a;
  overflow: hidden;
}

.category-list ul,
.category-list ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.category-list ul {
  line-height: 39px;
}

.category-list ol {
  background-color: #1e9f7b;
  color: #fff;
  padding-left: 1em;
  line-height: 43px;
}

.category-list li a {
  display: block;
  position: relative;
  padding-left: 2.5rem;
  background-color: #22b38a;
  border-bottom: 1px solid #6cccb1;
  color: #fff;
  font-size: 14px;
}

.category-list li a::before {
  position: absolute;
  top: 50%;
  left: 1rem;
  width: 10px;
  height: 9px;
  content: "";
  background: url(../img/icon-1.png) 0 0 no-repeat;
  margin-top: -5px;
}

.category-list li a:hover {
  background-color: #ffa63e;
  color: #fff;
  border-bottom-color: #ffa63e;
}

/* 分页 */
.el-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2em 0 1em;
}

.el-pagination .btn-prev,
.el-pagination .btn-next,
.el-pagination .el-pager li a {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: inherit;
}

.el-pagination .is-disabled {
  color: #c0c4cc !important;
  background-color: #f4f4f5 !important;
  cursor: not-allowed;
}

.el-pagination .el-pager li {
  padding: 0 !important;
  cursor: unset !important;
}

.el-pagination .el-pager li a {
  padding: 0 4px;
}

/* 漂浮 */
.displaynone {
  display: none;
}

.GoTop {
  position: fixed;
  right: 10px;
  top: 350px;
  width: 50px;
  height: auto;
  z-index: 999;
}

.GoTop li {
  width: 50px;
  float: right;
  height: 50px;
  border-radius: 4px;
  margin: 2px 0;
  right: 0;
  color: #fff;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  cursor: pointer;
}
.base_expand a{
  color: #fff!important;
}
.item:hover .base_expand {
  display: block !important;
}

.base_tel {
  background: url(../img/base_tel.png) right center no-repeat;
}

.base_service {
  background: url(../img/base_service.png) right center no-repeat;
}

.base_expand {
  width: 150px;
  height: 50px;
  line-height: 20px;
  padding-top: 5px;
  text-align: left;
  padding-left: 15px;
  background: #eb6100;
}

.base_width:hover {
  width: 155px;
}

.base_GoTop {
  background: url(../img/base_GoTop.png) right center no-repeat;
}

.base_text {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 20px;
  padding-top: 5px;
  font-weight: bold;
  color: #fff !important;
  border-radius: 4px;
  background-color: #07a3ea;
  text-align: center;
  -webkit-transform-origin: -50% 50%;
  transform-origin: -50% 50%;
  -webkit-transform: rotate3d(0, 0, 1, 90deg);
  transform: rotate3d(0, 0, 1, 90deg);
  -webkit-transition: -webkit-transform .3s ease-in;
  transition: transform .3s ease-in;
  opacity: 0\9;
  filter: alpha(opacity=0)\9;
}

.m_ban {
  display: none;
}
.el-button.el-button--default{
  display: none;
}
#gbook {
  padding: 2em;
}
@media screen and (max-width: 1920px) {
  .view-baner .swiper-slide .img img {
    min-height: 200px;
    object-fit: cover;
    font-family: "object-fit: cover;";
  }
}

@media screen and (max-width: 1200px) {
  .wrap {
    padding: 0 1rem;
  }

  .view-dh .wrap {
    padding: 0;
  }
}

@media screen and (max-width: 1000px) {
  .view-top .el-row {
    justify-content: flex-end;
  }

  .view-top .el-col:first-child {
    display: none;
  }
}

@media screen and (max-width: 750px) {

  html,
  body {
    height: 100%;
    -webkit-tap-highlight-color: transparent;
  }

  .el-button.el-button--default{
    display: block;
  }
  .pc_ban {
    display: none;
  }

  .m_ban {
    display: block;
  }
  .m_ban .el-carousel__container{
    height: 100%;
  }

  .el-carousel__item.is-active.is-animating img {
    width: 100%;
  }

  .floating {
    display: none;
  }

  .view-top {
    display: none;
  }

  .m_top {
    display: block;
    max-width: 75%;
    max-height: 40px;
  }

  .view-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background: #f1f1f1;
    border-top: 5px solid #0942ad;
  }

  .view-header .top {
    display: none;
  }

  .view-header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
  }

  .view-header .logo {
    display: block;
    max-width: 75%;
    max-height: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .view-header .el-button {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 40px;
    border-color: transparent;
    background: #fff;
  }

  .view-header .el-button:hover,
  .view-header .el-button:focus {
    color: inherit;
  }

  .view-header .el-button.active {
    color: #409eff;
    border-color: #c6e2ff;
    background: #ecf5ff;
    outline: 0;
  }

  .view-header .toolbar,
  .view-header .top {
    display: none;
  }

  .view-header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 10px 0 10px 10px;
  }

  .view-header .logo {
    display: block;
    max-width: 75%;
    max-height: 40px;
  }

  .view-header button {
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 40px;
    border-color: transparent;
    margin-right: 10px;
  }

  .view-header button.active {
    color: #3a8ee6;
    border-color: #3a8ee6;
    outline: 0;
  }

  /* 导航 */
  .view-dh {
    display: none;
  }

  .view-dh.active {
    display: block;
    position: fixed;
    top: 69px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 3;
    border: 1px solid #e8e8e8;
    overflow-y: auto;
  }

  .view-dh .wrap {
    display: block;
    height: unset;
    padding: 30px;
  }

  .view-dh .wrap li {
    background: unset;
    height: unset;
    line-height: unset;
  }

  .view-dh .wrap li>a,
  .view-dh .wrap dl dd a {
    padding: 14px 30px 14px 15px;
    font-size: 14px;
    color: #666;
    height: unset;
    line-height: 1em;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
    position: relative;
  }

  .view-dh .wrap li:first-child>a {
    border-top: 1px solid #e8e8e8;
  }

  .view-dh .wrap li>a::after,
  .view-dh .wrap dl dd a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 1em;
    height: 1em;
    font-family: element-icons !important;
    content: "\e6e0";
    margin-top: -0.5em;
    font-size: 16px;
  }

  .view-dh .wrap li:hover>a {
    background: unset;
    color: #666;
  }

  .view-dh .wrap li>a:hover,
  .view-dh .wrap dl dd a:hover {
    background: #f1f1f1;
    color: #409eff;
  }

  .view-dh .wrap li>a:hover::after,
  .view-dh .wrap dl dd a:hover::after {
    color: #409eff;
  }

  .view-dh .wrap dl {
    position: relative;
    display: block;
    background: unset;
  }

  .view-dh .wrap dl dd {
    border: unset;
  }

  .view-dh .wrap dl dd a {
    padding-left: 45px;
  }


  .nav-main__header_breadcrumb {
    display: none;
  }

  .view-baner .swiper-slide .img {
    min-height: 220px;
    max-height: 220px;
  }

  .view-footer .wrap {
    padding: 0 1em;
  }

  .view-footer_menu {
    display: none;
  }

  .view-footer_body .info>* {
    width: 100%;
    margin: 0;
  }

  .view-baner {
    margin-top: 60px;
  }

  .view-dh {
    display: none;
  }

  .view-dh.active {
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 3;
    overflow-y: auto;
  }

  .view-dh ul {
    display: block;
    height: unset;
    padding: 30px;
  }

  .view-dh .wrap li {
    background: unset;
    height: unset;
    line-height: unset;
  }

  .view-dh .wrap li>a {
    padding: 14px 30px 14px 15px;
    font-size: 14px;
    color: #666;
    height: unset;
    line-height: 1em;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
    position: relative;
  }

  .view-dh .wrap li>a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 1em;
    height: 1em;
    font-family: element-icons !important;
    content: "\e6e0";
    margin-top: -0.5em;
    font-size: 16px;
  }

  .view-dh .wrap li>a:not(.active):hover {
    background: none;
    color: inherit;
  }

  .view-dh .wrap li>a:not(.active):active {
    background: #f1f1f1;
  }

  .view-dh .wrap li>a.active {
    border-bottom: none;
  }

  .view-footer_menu {
    display: none;
  }

  .view-footer_body .info>* {
    width: 100%;
    margin: 0;
  }

  /* 精简分页 */
  .el-pagination__total,
  .el-pagination__jump {
    display: none !important;
  }

  .el-pagination ul {
    display: none;
  }

  .el-pagination .btn-prev,
  .el-pagination .btn-next {
    min-width: unset !important;
    padding: 0 1em !important;
  }

  .el-pagination .el-icon {
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
      "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", Arial, sans-serif !important;
    font-size: 14px !important;
    font-weight: normal !important;
  }

  .el-pagination .el-icon.el-icon-arrow-left::before {
    content: "上一页";
  }

  .el-pagination .el-icon.el-icon-arrow-right::before {
    content: "下一页";
  }
}